
 .fa_Home>div{
     overflow: hidden;
 }
.fa_backicon{
display:none!important;
}
/*title*/

.fa_htitle.fa_text_w * {
    color: #fff;
      -webkit-text-fill-color: none; 
}
.fa_htitle{
    margin-bottom:3vw;
}
.fa_htitle h2 {
    font-size: var(--f50);
    font-weight: 900;
    background: linear-gradient( to right, #e72210, #f5c200 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    width: fit-content;
}

.fa_htitle.fa_text_c h2 {
 margin:auto;
}
.fa_htitle h4 {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    opacity: 0.5;
}
/**/
.fa_hspan{
    margin-bottom:3vw;
}
.fa_hspan span{
    width:15px;
    height:15px;
    border-radius:500px;
    display: block;
    background:#fff;
    margin-bottom:5px;
}
.fa_hspan.fa_text_c span{
 margin-left:auto;
 margin-right:auto;
}
.fa_hspan span:nth-child(1){
background:var(--main-color);
    animation:spany2 1.5s infinite alternate linear;
}
.fa_hspan span:nth-child(2){

background:var(--main2-color);
    animation:spany1 1.5s infinite alternate linear;
}
@keyframes spany1
{
    0% { 
      transform: translateY(0);
    }
    100% {  
        transform: translateY(-100%);
    }
}
@keyframes spany2
{
    0% { 
      transform: translateY(0);
    }
    100% {  
        transform: translateY(100%);
    }
}
/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
 overflow:hidden;
}
.fa_Home .fa_hBanner .fa_li{
 background:#000;
 overflow:hidden;
}
.fa_Home .fa_hBanner .fa_pic {
    font-size:0;
    line-height:1;
    overflow: hidden;
}
.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
 height:100vh;
 object-fit:cover;
 opacity:0.7;
}
.fa_Home .fa_hBanner .fa_gif{
    position:absolute;
    left:0;
    bottom:0;
    z-index: 2;
    width: 80%;
    max-width: 800px;
    opacity: 0.3;
    mix-blend-mode: lighten;
}

.fa_Home .fa_hBanner .fa_gif img{
    width: 100%;
}
.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(31, 75, 104, 0.3);
    padding: 20px 5px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}
.fa_Home .fa_hBanner .fa_tit{
 position:absolute;
 left:0;
 right:0;
 top: 50%;
 z-index:5;
 transform: translateY(-50%);
 text-align:left;
 transition:all 0.5s;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap{
    max-width:var(--wrapper);
    width:92%;
    padding:0 20px;
 margin:auto;
 
}
.fa_Home .fa_hBanner .fa_tit h3{
    font-size: 3.5vw;
    font-weight: 900;
    color:#fff;
    transition:all 0.5s;
    opacity: 0;
    transform:translateY(20px);
    text-transform: uppercase;
    margin-bottom: var(
    --f30);
}

.fa_Home .fa_hBanner .fa_tit h3:after{
    content:"";
    display: block;
    width:50%;
    max-width:200px;
    margin-top:var(--f30);
    background: linear-gradient(90deg,#e72210,#f5c200);
    height:3px;
}
.fa_Home .fa_hBanner .fa_tit h6{
    font-size: 2vw;
    color:#fff;
    transition:all 0.5s;
    opacity: 0;
    transform:translateY(20px);
    font-weight: 500;
    text-transform: uppercase;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3{
 opacity:1;

 transform:translateY(-0%);
  transition:all 0.8s 0.4s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6{
 opacity:1;

 transform:translateY(-0%);
  transition:all 0.8s 0.4s;
}

.fa_Home .fa_hBanner .fa_tit img{
 max-width:50%;
 width:auto;
}
.fa_Home .fa_hswp_btn .fa_btn_l {
    left: 0;
}

.fa_Home .fa_hswp_btn .fa_btn_r {
    right: 0;
}
.fa_Home .fa_hBanner .fa_scroll{
    position:absolute;
    left: 50%;
    transform:translateX(-50%);
    color:#fff;
    opacity:0.5;
    font-size:12px;
    bottom: 0;
    z-index: 5;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
}

.fa_Home .fa_hBanner .fa_scroll span{
 /* writing-mode: tb; */
 text-transform: uppercase;
 margin-bottom:10px;
}

.fa_Home .fa_hBanner .fa_scroll i{
    width:1px;
    background:#fff;
    opacity:0.3;
    animation:bannerline 3s infinite alternate linear;
    display: block;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
@keyframes bannerline
{
    0% { height:20px;}
    100% {  height:50px;}
}

@media screen and (min-width: 769px) {

.fa_Home .fa_hswp_page {
    position:absolute;
    right:5%;
    top: 50%;
    left: unset;
    width: 60px;
    transform: translateY(-50%);
    z-index: 5;
    height: auto;
    bottom: unset;
}
.fa_Home .fa_hswp_page>span{
      display:block;
      margin: 15px 0!important;
      width: 38px;
      height: 38px;
      position: relative;
      z-index: 6;
      background:transparent;
}
.fa_Home .fa_hswp_page>span svg{
        display: block;
    width: 38px;
    height: 38px;
    position: relative;
    transform: rotate(-45deg);
}

.fa_Home .fa_hswp_page>span i{
       position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease-out;
    display: block;
}

.fa_Home .fa_hswp_page>span i:after{
        content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fa_Home .fa_hswp_page>span svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    transform: rotate(-45deg);
}

.fa_Home .fa_hswp_page>span svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.6s ease-out;
}

.fa_Home .fa_hswp_page>span.swiper-pagination-bullet-active svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
}

.fa_Home .fa_hswp_page>span.swiper-pagination-bullet-active i {
    border-color: rgba(255, 255, 255, 0.3);
}
}
@media screen and (max-width: 768px) {
     .fa_htitle h4{
     font-size: 14px!important;
 }
.fa_Home .fa_hswp_page {
  position:absolute;
 left:0;
 right:0;
 z-index:5;
 text-align:center;
 bottom:10px;
}
 .fa_Home .fa_hswp_page span{
  margin:0 5px;
  width:8px;
  height:8px;
  background:rgba(255,255,255,0.5);
  opacity:1;
 }
 
 .fa_Home .fa_hswp_page span.swiper-pagination-bullet-active{
  background:var(--main-color);
 }
 .fa_Home .fa_hswp_page span svg{
  display:none;
 }
 .fa_Home .fa_hswp_page span i{
  display:none;
 }
.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    min-height:400px;
    object-fit:cover;
    height: 60vh;
}
    
.fa_Home .fa_hBanner .fa_tit h3{
    font-size:20px;
}
 
.fa_Home .fa_hBanner .fa_tit h6{
    font-size:14px;
}
}
/*about*/
.fa_hAbout {
    overflow: hidden;
}
.fa_hAbout .fa_left{
    position:relative;
    background:#000;
}
.fa_hAbout .fa_left .fa_wrap{
    position:relative;
    z-index: 2;
}
.fa_hAbout .fa_left .fa_gif{
    position:absolute;
    left:0;
    bottom:0%;
    width:100%;

    opacity: 0.5;
}

.fa_hAbout .fa_left .fa_gif img{
    max-width: 100%;
}
.fa_hAbout .fa_left .fa_subtit{
    font-size:var(--f20);
    color: #fff;
    margin-bottom:20px;
    font-weight: 600;
}

.fa_hAbout .fa_left .fa_cnt{
    color:#fff;
    /* opacity: 0.5; */
    font-size: 14px;
    line-height:1.5;
    font-weight: 300;
}

.fa_hAbout .fa_right .swiper-slide .fa_Img{
    padding-bottom:59%;
    /* border-radius: 10px; */
    /* overflow: hidden; */
}
.fa_hAbout  .fa_right .swiper-container{
    position:relative;
    border-radius: 20px;
}
.fa_hAbout  .fa_right .fa_hab_btn{
    display:flex;
    position:absolute;
    left:0;
    bottom:0;
    z-index: 5;
}

.fa_hAbout  .fa_right .fa_hab_btn>div{
    width:50px;
    line-height:50px;
    text-align: center;
    background:#000;
    color:#fff;
    cursor: pointer;
    margin: 0;
    border-radius: 0;
    font-size:20px;
}

.fa_hAbout  .fa_right .fa_hab_btn>div.fa_btn_r{
    background:var(--main-color);
}
.fa_hAbout .fa_right{
    background: linear-gradient(210deg, #f5bb01, rgba(215,35,35,1));
    background-position:   bottom left;
    background-repeat: no-repeat;
}

.fa_hAbout .fa_num {
    margin-top:3vw;
}
.fa_hAbout .fa_num dl {
   width:50%;
}

.fa_hAbout .fa_num dt span {
    font-size:var(--f50);
    color:#fff;
    font-weight:700;
}

.fa_hAbout .fa_num dt i{
    font-size:20px;    color:#fff;
}
.fa_hAbout .fa_num dd{
    color:#fff;
    font-size:16px;
    margin-top:20px;
    text-transform: uppercase; 
}
.fa_hAbout .fa_htitle h4{
    opacity:1;
    font-size: var(--f20);
}
.fa_hAbout .fa_htitle h6{
    margin-top:var(--f20);
    color:#fff;
    
    font-size:var(--f18);
}
@media screen and (min-width: 769px) {
  .fa_hAbout{
      display:flex;
      align-items: flex-start;
      
  }
  .fa_hAbout .fa_wrap{
      width:96%;
      max-width:760px;
      /* border-radius: 20px; */
      /* overflow: hidden; */
  }
.fa_hAbout .fa_left{
    width:50%;
    margin-bottom:3vw;
    
}

.fa_hAbout .fa_left .fa_wrap{
    margin:0 0 0 auto;
    padding: 4vw 6vw 4vw 10px;
}
.fa_hAbout .fa_right .fa_wrap{
    margin:0 auto 0 0;
    padding:4vw 10px 4vw 5vw;
}
.fa_hAbout .fa_right{
    width:50%;
    border-radius:0 0 0 3vw;
}
}
@media screen and (max-width: 768px) {
 .fa_hAbout .fa_left{
  padding:20px;
 }
 .fa_hAbout .fa_num{
  padding:40px 20px;
  text-align:center;
 }
 .fa_hAbout .fa_num dd{
  font-size:12px;
  
    margin-top:10px;
 }
    .fa_hAbout .fa_left .fa_subtit{
        font-size:14px;
        font-weight:500;
    }
    .fa_hAbout .fa_left .fa_cnt{
        font-size:14px;
    }
}

/**/
.fa_hCase{
    position:relative;
    overflow: hidden;
}
.fa_hCase .fa_gif{
    position:absolute;
    right:0;
    bottom: -20%;
    width: 50%;
    z-index: 1;
    text-align: right;
    mix-blend-mode: lighten;
    opacity: 0.2;
}
.fa_hCase .fa_gif2{
    position:absolute;
    left:0;
    top:0%;
    width: 80%;
    z-index: 1;
    text-align: right;
    mix-blend-mode: lighten;
    opacity: 0.2;
}

.fa_hCase .fa_gif img{
    max-width:100%;
}
.fa_hCase .fa_wrapper{
    position: relative;z-index: 2;
}
.fa_hCase .fa_left h3{
    font-size:var(--f30);
    color:#fff;
    font-weight:500;
}
.fa_hCase .fa_left p{
    font-size:14px;
    color:#fff;
    opacity: 0.5;
    line-height:1.5;
    margin-top:20px;
}
.fa_hCase .fa_right{
    position:relative;
    /* padding-right:20%; */
}
.fa_hCase .fa_right .fa_textbg{
    position:absolute;
    top: 0;
    font-size: 6vw;
    color:#fff;
    opacity: 0.2;
    right: -10%;
    font-weight: 800;
    text-transform: uppercase;
    /* width: 130%; */
    text-align: right;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: #fff 1px;
    text-stroke: #fff 1px;
 transition:all 0.2s;
}
.fa_hCase .fa_right .fa_Img{
    position:relative;
    z-index: 2;
    padding-bottom:66.666666666%;
}
.fa_hCase .fa_right .fa_More{
    position: absolute;
    right: -12%;
    bottom:3vw;
    z-index: 3;
}
.fa_hCase .fa_right .fa_texttt{
    position:absolute;
    top: 7vw;
    font-size: 5vw;
    color:#fff;
    z-index: 4;
    right: -25%;
    font-weight: 800;
    background: linear-gradient( to right, #e72210, #f5c200 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    max-width: 80%;
    text-align: right;
    line-height: 1;
 transition:all 0.2s;
}
.fa_hCase .fa_li .fa_right:hover .fa_textbg{
 color: #fff;
 transition:all 0.2s!important;
}
.fa_hCase .fa_li .fa_right:hover .fa_texttt{
 color: transparent;
    -webkit-text-stroke: #e72210 2px;
    text-stroke: #e72210 2px;
 background:transparent;
 transition:all 0.2s!important;
}
.fa_hCase .fa_right .fa_numline{
    position: absolute;
    z-index: 3;
    left: 0;
    top: 8vw;
    display: flex;
    align-items:center;
}

.fa_hCase .fa_right .fa_numline i{
    background: linear-gradient( to right, #e72210, #f5c200 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size:var(--f20);
    text-transform: capitalize;
}

.fa_hCase .fa_right .fa_numline span{
    width:30px;
    margin:0 10px;
    height:2px;
    background: linear-gradient( to right, #e72210, #f5c200 );
}
  .fa_hCase .fa_li .fa_text{
   transform:translateY(50px);
   transition:all 0.2s; opacity: 0;
  }
  .fa_hCase  .swiper-slide-active .fa_text{
   
   transform:translateY(0);
   transition:all 0.5s 0.5s; opacity: 1;
  }

  .fa_hCase .swiper-slide-active .fa_textbg{
   opacity:0.3;
  }
  .fa_hCase .fa_li .fa_Img{
      opacity: 0;  transition:all 0.2s;
  }
  .fa_hCase  .swiper-slide-active .fa_Img{
    opacity: 1;
   transition:all 0.5s 0.5s;
  }
  
  .fa_hCase .fa_li .fa_left h3{
      opacity: 0;
      transform: translateY(30px);
      transition:all 0.2s;
  }
  .fa_hCase  .swiper-slide-active .fa_left h3{
    opacity: 1;
   transform:translateY(0);
   transition:all 0.5s 0.5s;
  }
   .fa_hCase  .fa_li .fa_left p{
      opacity: 0;
      transform: translateY(30px);
      transition:all 0.2s;
  }
  .fa_hCase  .swiper-slide-active .fa_left p{
    opacity: 0.5; 
   transform:translateY(0);
   transition:all 0.5s 0.7s;
  }
   .fa_hCase  .fa_li .fa_More{
       opacity: 0; 
   transform:translateX(50px);
   transition:all 0.2s;
   }
   .fa_hCase  .swiper-slide-active .fa_More{
       opacity: 1; 
   transform:translateX(0);
   transition:all 0.5s 0.7s;
   }
   
   .fa_hCase  .fa_li .fa_numline{
       opacity: 0; 
   transform:translateX(-50px);
   transition:all 0.2s;
   }
   .fa_hCase  .swiper-slide-active .fa_numline{
       opacity: 1; 
   transform:translateX(0);
   transition:all 0.5s 0.7s;
   }
@media screen and (min-width: 769px) {
    
.fa_hCase .swiper-container{
 /* padding-left:5vw; */
}
  .fa_hCase .fa_li {
   /* background:#141414; */
   /* overflow:hidden; */
  }
  .fa_hCase .fa_li .fa_wrap{
      align-items:flex-end;
  }
.fa_hCase .fa_li .fa_left{
    width:30%;
}

.fa_hCase .fa_li .fa_right{
        width: 50%;
        padding-left: 5vw;
        padding-top: 4vw;
}
.fa_hCase .fa_linepage{
    display: flex;
    position:absolute;
    left: -20px;
    top:0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}

.fa_hCase .fa_linepage .fa_btn{
    font-size: 30px;
    color:#fff;
    margin:5px 0;
 transition:all 0.5s;
    opacity: 0.3;
 cursor:pointer;
}
 
.fa_hCase .fa_linepage .fa_btn:hover{
 opacity:1;
}
.fa_hCase .fa_linepage  .fa_line{
        background: rgba(255,255,255,0.2);
        width: 1px;
        height: 1px;
        position: relative;
        width: 100px;
        margin: 50px 0;
        transform: rotate(90deg);
}
.fa_hCase .fa_linepage  .fa_line .swiper-pagination-progressbar-fill{
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
}
@media screen and (max-width: 768px) {
 .fa_hCase .fa_li .fa_numline{
     display:none;
 }
    .fa_hCase .fa_li .fa_Img{
        padding-bottom:60%;
        opacity: 0;
        display: block;
    }
    
    .fa_hCase .swiper-slide-active  .fa_li .fa_Img{
        opacity:1;
    }
     .fa_hCase .fa_left{
         width:100%;
     }
    .fa_hCase .fa_right{
        width:100%;
        margin-top:20px;
    }
}

/**/
.fa_hRd{
  
}


   .fa_hRd .fa_left{
       position:relative;
   }
   
   .fa_hRd .fa_left img{
       width:100%;
   }
 
    .fa_hRd .fa_right .fa_lbox{
        font-size:16px;
        color:#fff;
        line-height:2;
    }
    .fa_hRd .fa_right .fa_rbox h3{
        font-size:var(--f24);
     font-weight:700;
     
    background: linear-gradient( to right, #e72210, #f5c200 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    
    }
    .fa_hRd .fa_right .fa_rbox>p{
        font-size:16px;
        color:#fff;
        margin-top:20px;
        line-height:1.5;
    }
    .fa_hRd .fa_right .fa_rbox dl{
        display:flex;
     align-items:center;
    }
      .fa_hRd .fa_right .fa_rbox dt{
          width:120px;
      }
.fa_hRd .fa_right .fa_rbox dt img{
 width:100%;
}
        .fa_hRd .fa_right .fa_rbox dd{
            width:calc(100% - 120px);
        }
        .fa_hRd .fa_right .fa_rbox dd h6{
            font-size:18px;
            color:#fff;
            font-weight:600;
        }
         .fa_hRd .fa_right .fa_rbox dd p{
            font-size:14px;
            font-weight:300;
            color:rgba(255,255,255,0.5);
            
         }
         .fa_hPd{
      
       background:url(../images/scbg.jpg) no-repeat center;
       
 background-size:cover;
  
         }
@media screen and (min-width: 769px) {
  .fa_hRd{
      display: flex;
      align-items:center;
      position:relative;
  }
   .fa_hPd{
flex-direction: row-reverse;
   }
  .fa_hRd .fa_vdbg{
    position:absolute;
    right:0;
    top:0;
    left:30%;
    bottom:0;
    
}

  .fa_hRd .fa_vdbg video{
      width:100%;
      height:100%;
      object-fit: cover;
      opacity: 0.15;
  }
   .fa_hRd .fa_left{
       width:30%;
       position:relative;
       z-index: 2;
   }
   
   .fa_hRd .fa_left .fa_tit{
       background: #8e040f;
       padding: 3vw 1vw;
       position:absolute;
       right: -4vw;
       top: 2vw;
       /* transform:translateY(-50%); */
       color:#fff;
       font-weight:900;
       font-size:var(--f70);
       writing-mode: tb;
       bottom: 2vw;
       text-align: center;
   }
 .fa_hRd.fa_hPd .fa_left .fa_tit{
  right:unset;
  left:-4vw;
 }
   .fa_hRd .fa_right{
       width:70%;
       position:relative;
       z-index: 2;
   }
   .fa_hRd .fa_right .fa_wrap{
       padding:5vw;
       display:flex;
    align-items:center;
   }
 .fa_hRd .fa_right .fa_lbox{
  width:50%;
  padding-left:3vw;
   padding-right:5vw;
 }
 .fa_hRd.fa_hPd .fa_right .fa_lbox{
  padding-left:5vw;
  padding-right:3vw;
 }
  .fa_hRd .fa_right .fa_rbox{
  width:50%;
 }
}
@media screen and (max-width: 768px) {
   .fa_hRd {
       background:url(../images/ysbg.jpg) no-repeat center;
       background-size:cover;
       padding: 40px 20px;
 }
    .fa_hRd .fa_right .fa_rbox>p{
        font-size:14px;
    }
}

/**/
.fa_hNews{
    position:relative;
}

.fa_hNews:before{
    content:"";
    left:0;
    top: 0;
    bottom: 5vw;
    right: 20%;
    background: #191919;
    z-index: 1;
    position:absolute;
}
.fa_hNews .fa_wrapper{
    position:relative;
    z-index: 2;
}
.fa_hNews .fa_li{
    position:relative;
    padding-top: 3vw;
    display: block;
    background: #141414;
    padding:2vw;
    border:rgba(255,255,255,0.1) solid 1px;
 transition:all 0.5s;
}

.fa_hNews .fa_li:hover{
 box-shadow:2px 2px #ea8a0b,4px 4px #d72323;
}

.fa_hNews .fa_li .fa_Img{
    padding-bottom: 60%;
    background:#000;
}

.fa_hNews .fa_li .fa_Img img{
 opacity:0.5
}

.fa_hNews .fa_li .fa_Img:after{
 content:"";
 position: absolute;
 left:0;
 right:0;
 bottom:0;
 height: 0;
 background:linear-gradient(transparent,#000);
 z-index:2;
 display:block;
 transition:all 0.5s;
}

.fa_hNews .swiper-slide-active .fa_li .fa_Img:after{
 height:100%;
 transition:all 0.5s 0.5s;
}
.fa_hNews .swiper-slide-active .fa_li .fa_Img img{
 opacity:0.9;
 transition:all 0.5s 0.5s;
}
.fa_hNews .fa_li .fa_tit{
    margin-top:30px;
}

.fa_hNews .fa_li .fa_tit h3{
    font-size:var(--f20);
    color:#fff;
    max-height:50px;
    line-height:25px;
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
    margin-bottom: 15px;
 transition:all 0.5s;
 font-weight:700;
} 
.fa_hNews .fa_li .fa_tit p{
    text-overflow:-o-ellipsis-lastline;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
line-clamp:2;
-webkit-box-orient:vertical;
color:rgba(255,255,255,0.8);
font-size:14px;
line-height:20px;
max-height:40px;
 transition:all 0.5s;

}

.fa_hNews .fa_li:hover .fa_tit h3{
 color:var(--main-color);
}

.fa_hNews .fa_li .fa_tit .fa_link{
    margin-top:30px;
}
.fa_hNews .fa_li .fa_tit .fa_link i{
     display: flex;
     width:60px;
     height: 60px;
     align-items: center;
     justify-content: center;
     border-radius:50px;
     background:linear-gradient(45deg,#f5c000,var(--main-color));
     border-radius: 500px;
     font-size:24px;
     color:#fff;
    
}
@media screen and (min-width: 769px) {
    .fa_hNews{
        padding:8vw 0;
        background: #000;
    }
  .fa_hNews .fa_wrap{
     width: 96%;
    margin: 0 0 0 auto;
    max-width: calc((100vw - 1620px) / 2 + 1620px);

  }
  .fa_hNews .fa_htitle{
      position:relative;
  }
  
  .fa_hNews .fa_htitle .fa_More{
      position:absolute;
      right:5vw;
      top:0;
  }
}
@media screen and (max-width: 768px) {
 .fa_hNews{
  padding:40px 0px;
 }
 .fa_hNews .fa_li{
  width:100%;
 }
 .fa_hNews .fa_li .fa_tit .fa_link{
  display:none;
 }
 .fa_hNews .fa_li .fa_tit{
  padding:20px;
  margin-top: 0;
 }
}

/**/
.fa_hPro {
    background:#000;}
.fa_hPro .fa_li{
    position:relative;
    background:linear-gradient( to right, #e72210, #f5c200 );
}
.fa_hPro .fa_li:before{
    content:"";
    position:absolute;
    right:10px;
    top:10px;
    border-top:rgba(255,255,255,0.2) solid 1px;
    border-right:rgba(255,255,255,0.2) solid 1px;
    transition:all 0.5s;
    z-index: 2;
    width:0;
    height:0;
}
.fa_hPro .fa_li:after{
    content:"";
    position:absolute;
    left:10px;
    bottom:10px;
    border-bottom:rgba(255,255,255,0.2) solid 1px;
    border-left:rgba(255,255,255,0.2) solid 1px;
    transition:all 0.5s;
    z-index: 2;
    width:0;
    height:0;
}

.fa_hPro .fa_li:hover:before,.fa_hPro .fa_li:hover:after{
    width:calc(100% - 20px);
    height:calc(100% - 20px);
}
.fa_hPro .fa_li .fa_Img{
    padding-bottom:125%;
}
.fa_hPro .fa_li .fa_Img:before{
 content:"";
 position:absolute;
 bottom:0;
 right:0;
 left:0;
 background:url(../images/hm001.gif);
 background-size: 120%;
 z-index:1;
 top:0;
 mix-blend-mode: lighten;
 transition:all 0.5s;
 opacity:0;
}

.fa_hPro .fa_li:hover .fa_Img:before{
 opacity:0.68;
}
.fa_hPro .fa_li .fa_Img img{
    opacity: 0.8;
}
.fa_hPro .fa_li:hover .fa_Img img{
     opacity:0.5;
    
}
.fa_hPro .fa_li .fa_cnt{
    position:absolute;
    padding:3vw;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
    z-index: 3;
}

.fa_hPro .fa_li .fa_cnt h3{
    font-size: var(--f20);
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
    transform:translateY(60px);
    transition:all 0.5s;
    text-transform: capitalize;
}
.fa_hPro .fa_li:hover .fa_cnt h3{
     transform:translateY(0);
}
.fa_hPro .fa_li .fa_cnt h3:after{
        content: "";
    display: block;
    width: 50%;
    max-width: 0;
    background: linear-gradient(90deg,#e72210,#f5c200);
    height: 3px;
    transition:all 0.5s;
    margin:20px auto 0;
    
}

.fa_hPro .fa_li:hover .fa_cnt h3:after{
    max-width:50px;
}
.fa_hPro .fa_li .fa_cnt p{
    font-size: 16px;
    color:#fff;
    line-height:1.5;
    transition:all 0.5s;
    transform:translateY(40px);
    opacity:0;
}
.fa_hPro .fa_li:hover .fa_cnt p{
    transform:translateY(0);
    opacity:1;
}
.fa_hPro .fa_li .fa_cnt .fa_More{
    margin:30px auto 0;
    transition:all 0.5s;
    transform:translateY(60px);
        opacity:0;
}

.fa_hPro .fa_li:hover .fa_cnt .fa_More{
    opacity:1;
    transform:translateY(0);
    
}
@media screen and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
 .fa_hPro .fa_li{
  width:100%;
  margin:20px 0;
 }
.fa_hPro .fa_li .fa_cnt .fa_More{
    display:none;
    
}
 
.fa_hPro .fa_li .fa_cnt h3:after{
    max-width:50px;
}
.fa_hPro .fa_li .fa_cnt h3{
     transform:translateY(0);
}
.fa_hPro .fa_li .fa_cnt p{
    transform:translateY(0);
    opacity:1;
    font-size: 14px;
}

}
/**/
.fa_hContact {
 background:#000;
}
.fa_hContact .fa_wrapper{
    
}
.fa_hContact .fa_right .fa_Img{
    padding-bottom:50%;
    background:#fff;
    /* filter: grayscale(1); */
}

.fa_hContact .fa_right .fa_li:hover .fa_Img{
    filter: grayscale(0);
}
@media screen and (min-width: 769px) {
 .fa_hContact{
  padding-top:3vw;
 }
  .fa_hContact .fa_wrapper{
    display:flex;
    align-items:center;
}
 .fa_hContact .fa_left{
     width: 380px;
 } 
  .fa_hContact .fa_right{
     width: calc(100% - 380px);
     padding-left: 5vw;
 }
  .fa_hContact .fa_right .fa_li{
   width:calc(100% / 6);
    padding:5px;
  }
}
@media screen and (max-width: 768px) {
.fa_hContact .fa_right .fa_li{
   width:calc(100% / 3);
    padding:5px;
  }
}

@media screen and (min-width: 769px) {
 
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
.rect-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .15;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.rect-btn p {
    font-family: 'Open Sans',Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    z-index: 14;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: inline;
    color: #fff;
}
.rect-btn svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rect-btn rect {
    fill: none;
    stroke-width:5;
    stroke-dasharray: 315, 0;
    -webkit-transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.rect-btn:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 30px;
    left: 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    margin-left: -15px;
    background: -webkit-linear-gradient(left, #e72210, #f5c200 );
    background: linear-gradient(to right, #e72210, #f5c200 );
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.bt {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grd-bdr .br:after {
	width:100%;
	height:2px;
	background:-webkit-linear-gradient(right, #e72210, #f5c200 );
	background:linear-gradient(to left, #e72210, #f5c200 );
	bottom:0;
	right:0
}
.rect-btn {
	cursor:pointer;
	display:inline-block;
	padding:19px 25px;
	position:relative;
	line-height:1;
	overflow:hidden;
	min-width:170px;
	text-align:center
}

.rect-btn:hover rect, .rect-btn.hvrd rect {
	stroke-width:5;
	stroke-dasharray:0, 210;
	stroke-dashoffset:8;
	-webkit-transition:all 1.05s cubic-bezier(0.19, 1, 0.22, 1);
	transition:all 1.05s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-delay:0s;
	transition-delay:0s
}
.rect-btn:hover:after, .rect-btn.hvrd:after {
	left:120%;
	-webkit-transition:all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition:all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}
.rect-btn:hover:before, .rect-btn.hvrd:before {
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
-webkit-transition-delay:.5s;
transition-delay:.5s
}
}
@media screen and (max-width: 768px) {
 .fa_More .rect-btn{
  display:inline-block;
  background:var(--main-color);
  color:#fff;
  width: 100px;
  text-align:center;
  height: 30px;
  border-radius:500px;
  text-transform: uppercase;
 }
 .fa_More .rect-btn p{
  font-size: 14px;
  color:#fff;
  margin:0;
  line-height: 30px;
 }
 .fa_More .rect-btn svg{
  display:none;
 }
}
